Html Css Color HEX #F9CB74 Grandis

📋 copy color: '#F9CB74'

red 249 ◦ green 203 ◦ blue 116

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

Shades of Grandis #F9CB74

Tints of Grandis #F9CB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.42%

R = 43.84%
G = 35.74%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9CB74 (or 0xF9CB74) is known color: Grandis. HEX triplet: F9, CB and 74. RGB value is (249,203,116). Sum of RGB (Red+Green+Blue) = 249+203+116=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB74 is #06348B. Grayscale: #CFCFCF. Windows color (decimal): -406668 or 7654393. OLE color: 7654393.

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

Color convert

RGB 249 203 116 -
CMYK 0 0.18 0.53 0.02
HSL 39.25º 0.92% 0.72% -
HSV(B) 39.25º 0.53% 0.98% -
XYZ 63.58 64.11 25.55 -
YUV 206.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 249 203 116 0 0.18 0.53 0.02 39.25 0.92 0.72
Hex F9 CB 74 0 12 35 2 27 5C 48
Octal 371 313 164 0 22 65 2 47 134 110
Binary 11111001 11001011 1110100 0 10010 110101 10 100111 1011100 1001000

Color Harmonies of #F9CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB74

Black with #F9CB74

Text Example


Text Example

White with #F9CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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