Html Css Color HEX #F0BB34 Bright Sun

📋 copy color: '#F0BB34'

red 240 ◦ green 187 ◦ blue 52

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

Shades of Bright Sun #F0BB34

Tints of Bright Sun #F0BB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.04%

 BLUE value IS 52 (20.7% from 255) = 10.86%

R = 50.1%
G = 39.04%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0BB34 (or 0xF0BB34) is known color: Bright Sun. HEX triplet: F0, BB and 34. RGB value is (240,187,52). Sum of RGB (Red+Green+Blue) = 240+187+52=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BB34 is #0F44CB. Grayscale: #BCBCBC. Windows color (decimal): -1000652 or 3455984. OLE color: 3455984.

HSL color Cylindrical-coordinate representation of color #F0BB34: hue angle of 43.09º 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 #F0BB34 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 52 -
CMYK 0 0.22 0.78 0.06
HSL 43.09º 0.86% 0.57% -
HSV(B) 43.09º 0.78% 0.94% -
XYZ 54.33 54.31 10.87 -
YUV 187.46 51.56 165.48 -
System Red Green Blue C M Y K H S L
Decimal 240 187 52 0 0.22 0.78 0.06 43.09 0.86 0.57
Hex F0 BB 34 0 16 4E 6 2B 56 39
Octal 360 273 64 0 26 116 6 53 126 71
Binary 11110000 10111011 110100 0 10110 1001110 110 101011 1010110 111001

Color Harmonies of #F0BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BB34

Black with #F0BB34

Text Example


Text Example

White with #F0BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BB34; }

 p { color: rgb(240,187,52); }

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

background-color css

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

 a { background-color: rgb(240,187,52); }

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

border-color css

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

 span { border-color: rgb(240,187,52); }

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