Html Css Color HEX #F4BC34 Saffron

📋 copy color: '#F4BC34'

red 244 ◦ green 188 ◦ blue 52

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

Shades of Saffron #F4BC34

Tints of Saffron #F4BC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

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

R = 50.41%
G = 38.84%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F4BC34 (or 0xF4BC34) is known color: Saffron. HEX triplet: F4, BC and 34. RGB value is (244,188,52). Sum of RGB (Red+Green+Blue) = 244+188+52=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC34 is #0B43CB. Grayscale: #BDBDBD. Windows color (decimal): -738252 or 3456244. OLE color: 3456244.

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

Color convert

RGB 244 188 52 -
CMYK 0 0.23 0.79 0.04
HSL 42.5º 0.9% 0.58% -
HSV(B) 42.5º 0.79% 0.96% -
XYZ 55.91 55.45 11 -
YUV 189.24 50.55 167.06 -
System Red Green Blue C M Y K H S L
Decimal 244 188 52 0 0.23 0.79 0.04 42.5 0.9 0.58
Hex F4 BC 34 0 17 4F 4 2A 5A 3A
Octal 364 274 64 0 27 117 4 52 132 72
Binary 11110100 10111100 110100 0 10111 1001111 100 101010 1011010 111010

Color Harmonies of #F4BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BC34

Black with #F4BC34

Text Example


Text Example

White with #F4BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BC34; }

 p { color: rgb(244,188,52); }

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

background-color css

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

 a { background-color: rgb(244,188,52); }

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

border-color css

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

 span { border-color: rgb(244,188,52); }

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