Html Css Color HEX #F0B635 Bright Sun

📋 copy color: '#F0B635'

red 240 ◦ green 182 ◦ blue 53

#F0B635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Sun #F0B635

Tints of Bright Sun #F0B635

RGB

 RED value IS 240 (94.14% from 255) = 50.53%

 GREEN value IS 182 (71.48% from 255) = 38.32%

 BLUE value IS 53 (21.09% from 255) = 11.16%

R = 50.53%
G = 38.32%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0B635 (or 0xF0B635) is known color: Bright Sun. HEX triplet: F0, B6 and 35. RGB value is (240,182,53). Sum of RGB (Red+Green+Blue) = 240+182+53=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B635 is #0F49CA. Grayscale: #B9B9B9. Windows color (decimal): -1001931 or 3520240. OLE color: 3520240.

HSL color Cylindrical-coordinate representation of color #F0B635: hue angle of 41.39º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0B635 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 182 53 -
CMYK 0 0.24 0.78 0.06
HSL 41.39º 0.86% 0.57% -
HSV(B) 41.39º 0.78% 0.94% -
XYZ 53.31 52.24 10.64 -
YUV 184.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 240 182 53 0 0.24 0.78 0.06 41.39 0.86 0.57
Hex F0 B6 35 0 18 4E 6 29 56 39
Octal 360 266 65 0 30 116 6 51 126 71
Binary 11110000 10110110 110101 0 11000 1001110 110 101001 1010110 111001

Color Harmonies of #F0B635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B635

Black with #F0B635

Text Example


Text Example

White with #F0B635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B635; }

 p { color: rgb(240,182,53); }

 H1.HeaderClassName
 {
   color: #F0B635;
 }
 .AnyTagClassName
 {
   color: #F0B635;
 }
</style>

background-color css

<style>
 a { background-color: #F0B635; }

 a { background-color: rgb(240,182,53); }

 div.DivClassName
 {
   background-color: #F0B635;
 }
 .BgClassName
 {
   background-color: #F0B635;
 }
</style>

border-color css

<style>
 span { border-color: #F0B635; }

 span { border-color: rgb(240,182,53); }

 td.TdClassName
 {
   border-color: #F0B635;
 }
 .TagClassName
 {
   border-color: #F0B635;
 }
</style>