Html Css Color HEX #F4C42B Saffron

📋 copy color: '#F4C42B'

red 244 ◦ green 196 ◦ blue 43

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

Shades of Saffron #F4C42B

Tints of Saffron #F4C42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 50.52%
G = 40.58%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4C42B (or 0xF4C42B) is known color: Saffron. HEX triplet: F4, C4 and 2B. RGB value is (244,196,43). Sum of RGB (Red+Green+Blue) = 244+196+43=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C42B is #0B3BD4. Grayscale: #C1C1C1. Windows color (decimal): -736213 or 2868468. OLE color: 2868468.

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

Color convert

RGB 244 196 43 -
CMYK 0 0.20 0.82 0.04
HSL 45.67º 0.9% 0.56% -
HSV(B) 45.67º 0.82% 0.96% -
XYZ 57.48 58.89 10.62 -
YUV 192.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 244 196 43 0 0.20 0.82 0.04 45.67 0.9 0.56
Hex F4 C4 2B 0 14 52 4 2E 5A 38
Octal 364 304 53 0 24 122 4 56 132 70
Binary 11110100 11000100 101011 0 10100 1010010 100 101110 1011010 111000

Color Harmonies of #F4C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C42B

Black with #F4C42B

Text Example


Text Example

White with #F4C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C42B; }

 p { color: rgb(244,196,43); }

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

background-color css

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

 a { background-color: rgb(244,196,43); }

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

border-color css

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

 span { border-color: rgb(244,196,43); }

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