Html Css Color HEX #F0B620 Bright Sun

📋 copy color: '#F0B620'

red 240 ◦ green 182 ◦ blue 32

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

Shades of Bright Sun #F0B620

Tints of Bright Sun #F0B620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.05%

R = 52.86%
G = 40.09%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0B620 (or 0xF0B620) is known color: Bright Sun. HEX triplet: F0, B6 and 20. RGB value is (240,182,32). Sum of RGB (Red+Green+Blue) = 240+182+32=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B620 is #0F49DF. Grayscale: #B6B6B6. Windows color (decimal): -1001952 or 2143984. OLE color: 2143984.

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

Color convert

RGB 240 182 32 -
CMYK 0 0.24 0.87 0.06
HSL 43.27º 0.87% 0.53% -
HSV(B) 43.27º 0.87% 0.94% -
XYZ 52.92 52.09 8.63 -
YUV 182.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 240 182 32 0 0.24 0.87 0.06 43.27 0.87 0.53
Hex F0 B6 20 0 18 57 6 2B 57 35
Octal 360 266 40 0 30 127 6 53 127 65
Binary 11110000 10110110 100000 0 11000 1010111 110 101011 1010111 110101

Color Harmonies of #F0B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B620

Black with #F0B620

Text Example


Text Example

White with #F0B620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B620; }

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

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

background-color css

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

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

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

border-color css

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

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

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