Html Css Color HEX #F4BB30 Saffron

📋 copy color: '#F4BB30'

red 244 ◦ green 187 ◦ blue 48

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

Shades of Saffron #F4BB30

Tints of Saffron #F4BB30

RGB

 RED value IS 244 (95.7% from 255) = 50.94%

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

 BLUE value IS 48 (19.14% from 255) = 10.02%

R = 50.94%
G = 39.04%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4BB30 (or 0xF4BB30) is known color: Saffron. HEX triplet: F4, BB and 30. RGB value is (244,187,48). Sum of RGB (Red+Green+Blue) = 244+187+48=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BB30 is #0B44CF. Grayscale: #BCBCBC. Windows color (decimal): -738512 or 3193844. OLE color: 3193844.

HSL color Cylindrical-coordinate representation of color #F4BB30: hue angle of 42.55º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4BB30 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 187 48 -
CMYK 0 0.23 0.80 0.04
HSL 42.55º 0.9% 0.57% -
HSV(B) 42.55º 0.8% 0.96% -
XYZ 55.61 54.99 10.48 -
YUV 188.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 244 187 48 0 0.23 0.80 0.04 42.55 0.9 0.57
Hex F4 BB 30 0 17 50 4 2B 5A 39
Octal 364 273 60 0 27 120 4 53 132 71
Binary 11110100 10111011 110000 0 10111 1010000 100 101011 1011010 111001

Color Harmonies of #F4BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BB30

Black with #F4BB30

Text Example


Text Example

White with #F4BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BB30; }

 p { color: rgb(244,187,48); }

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

background-color css

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

 a { background-color: rgb(244,187,48); }

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

border-color css

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

 span { border-color: rgb(244,187,48); }

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