Html Css Color HEX #F9CB70 Grandis

📋 copy color: '#F9CB70'

red 249 ◦ green 203 ◦ blue 112

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

Shades of Grandis #F9CB70

Tints of Grandis #F9CB70

RGB

 RED value IS 249 (97.66% from 255) = 44.15%

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

 BLUE value IS 112 (44.14% from 255) = 19.86%

R = 44.15%
G = 35.99%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9CB70 (or 0xF9CB70) is known color: Grandis. HEX triplet: F9, CB and 70. RGB value is (249,203,112). Sum of RGB (Red+Green+Blue) = 249+203+112=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB70 is #06348F. Grayscale: #CECECE. Windows color (decimal): -406672 or 7392249. OLE color: 7392249.

HSL color Cylindrical-coordinate representation of color #F9CB70: hue angle of 39.85º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9CB70 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 112 -
CMYK 0 0.18 0.55 0.02
HSL 39.85º 0.92% 0.71% -
HSV(B) 39.85º 0.55% 0.98% -
XYZ 63.35 64.02 24.35 -
YUV 206.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 249 203 112 0 0.18 0.55 0.02 39.85 0.92 0.71
Hex F9 CB 70 0 12 37 2 28 5C 47
Octal 371 313 160 0 22 67 2 50 134 107
Binary 11111001 11001011 1110000 0 10010 110111 10 101000 1011100 1000111

Color Harmonies of #F9CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB70

Black with #F9CB70

Text Example


Text Example

White with #F9CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB70; }

 p { color: rgb(249,203,112); }

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

background-color css

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

 a { background-color: rgb(249,203,112); }

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

border-color css

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

 span { border-color: rgb(249,203,112); }

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