Html Css Color HEX #F6CB31 Saffron

📋 copy color: '#F6CB31'

red 246 ◦ green 203 ◦ blue 49

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

Shades of Saffron #F6CB31

Tints of Saffron #F6CB31

RGB

 RED value IS 246 (96.48% from 255) = 49.4%

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

 BLUE value IS 49 (19.53% from 255) = 9.84%

R = 49.4%
G = 40.76%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6CB31 (or 0xF6CB31) is known color: Saffron. HEX triplet: F6, CB and 31. RGB value is (246,203,49). Sum of RGB (Red+Green+Blue) = 246+203+49=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CB31 is #0934CE. Grayscale: #C6C6C6. Windows color (decimal): -603343 or 3263478. OLE color: 3263478.

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

Color convert

RGB 246 203 49 -
CMYK 0 0.17 0.80 0.04
HSL 46.9º 0.92% 0.58% -
HSV(B) 46.9º 0.8% 0.96% -
XYZ 59.92 62.53 11.82 -
YUV 198.3 43.75 162.02 -
System Red Green Blue C M Y K H S L
Decimal 246 203 49 0 0.17 0.80 0.04 46.9 0.92 0.58
Hex F6 CB 31 0 11 50 4 2F 5C 3A
Octal 366 313 61 0 21 120 4 57 134 72
Binary 11110110 11001011 110001 0 10001 1010000 100 101111 1011100 111010

Color Harmonies of #F6CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CB31

Black with #F6CB31

Text Example


Text Example

White with #F6CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CB31; }

 p { color: rgb(246,203,49); }

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

background-color css

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

 a { background-color: rgb(246,203,49); }

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

border-color css

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

 span { border-color: rgb(246,203,49); }

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