Html Css Color HEX #F9CF6B Grandis

📋 copy color: '#F9CF6B'

red 249 ◦ green 207 ◦ blue 107

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

Shades of Grandis #F9CF6B

Tints of Grandis #F9CF6B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.77%

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 44.23%
G = 36.77%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9CF6B (or 0xF9CF6B) is known color: Grandis. HEX triplet: F9, CF and 6B. RGB value is (249,207,107). Sum of RGB (Red+Green+Blue) = 249+207+107=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CF6B is #063094. Grayscale: #D0D0D0. Windows color (decimal): -405653 or 7065593. OLE color: 7065593.

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

Color convert

RGB 249 207 107 -
CMYK 0 0.17 0.57 0.02
HSL 42.25º 0.92% 0.7% -
HSV(B) 42.25º 0.57% 0.98% -
XYZ 64.03 65.83 23.24 -
YUV 208.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 249 207 107 0 0.17 0.57 0.02 42.25 0.92 0.7
Hex F9 CF 6B 0 11 39 2 2A 5C 46
Octal 371 317 153 0 21 71 2 52 134 106
Binary 11111001 11001111 1101011 0 10001 111001 10 101010 1011100 1000110

Color Harmonies of #F9CF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CF6B

Black with #F9CF6B

Text Example


Text Example

White with #F9CF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CF6B; }

 p { color: rgb(249,207,107); }

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

background-color css

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

 a { background-color: rgb(249,207,107); }

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

border-color css

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

 span { border-color: rgb(249,207,107); }

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