Html Css Color HEX #F7CB32 Saffron

📋 copy color: '#F7CB32'

red 247 ◦ green 203 ◦ blue 50

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

Shades of Saffron #F7CB32

Tints of Saffron #F7CB32

RGB

 RED value IS 247 (96.88% from 255) = 49.4%

 GREEN value IS 203 (79.69% from 255) = 40.6%

 BLUE value IS 50 (19.92% from 255) = 10%

R = 49.4%
G = 40.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F7CB32 (or 0xF7CB32) is known color: Saffron. HEX triplet: F7, CB and 32. RGB value is (247,203,50). Sum of RGB (Red+Green+Blue) = 247+203+50=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB32 is #0834CD. Grayscale: #C7C7C7. Windows color (decimal): -537806 or 3329015. OLE color: 3329015.

HSL color Cylindrical-coordinate representation of color #F7CB32: hue angle of 46.6º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7CB32 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 50 -
CMYK 0 0.18 0.80 0.03
HSL 46.6º 0.92% 0.58% -
HSV(B) 46.6º 0.8% 0.97% -
XYZ 60.29 62.72 11.95 -
YUV 198.71 44.08 162.44 -
System Red Green Blue C M Y K H S L
Decimal 247 203 50 0 0.18 0.80 0.03 46.6 0.92 0.58
Hex F7 CB 32 0 12 50 3 2F 5C 3A
Octal 367 313 62 0 22 120 3 57 134 72
Binary 11110111 11001011 110010 0 10010 1010000 11 101111 1011100 111010

Color Harmonies of #F7CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB32

Black with #F7CB32

Text Example


Text Example

White with #F7CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB32; }

 p { color: rgb(247,203,50); }

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

background-color css

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

 a { background-color: rgb(247,203,50); }

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

border-color css

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

 span { border-color: rgb(247,203,50); }

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