Html Css Color HEX #F9CD75 Grandis

📋 copy color: '#F9CD75'

red 249 ◦ green 205 ◦ blue 117

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

Shades of Grandis #F9CD75

Tints of Grandis #F9CD75

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

 BLUE value IS 117 (46.09% from 255) = 20.49%

R = 43.61%
G = 35.9%
B = 20.49%

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

#F9CD75 (or 0xF9CD75) is known color: Grandis. HEX triplet: F9, CD and 75. RGB value is (249,205,117). Sum of RGB (Red+Green+Blue) = 249+205+117=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CD75 is #06328A. Grayscale: #D0D0D0. Windows color (decimal): -406155 or 7720441. OLE color: 7720441.

HSL color Cylindrical-coordinate representation of color #F9CD75: hue angle of 40º 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 #F9CD75 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 205 117 -
CMYK 0 0.18 0.53 0.02
HSL 40º 0.92% 0.72% -
HSV(B) 40º 0.53% 0.98% -
XYZ 64.11 65.09 26.01 -
YUV 208.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 249 205 117 0 0.18 0.53 0.02 40 0.92 0.72
Hex F9 CD 75 0 12 35 2 28 5C 48
Octal 371 315 165 0 22 65 2 50 134 110
Binary 11111001 11001101 1110101 0 10010 110101 10 101000 1011100 1001000

Color Harmonies of #F9CD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CD75

Black with #F9CD75

Text Example


Text Example

White with #F9CD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CD75; }

 p { color: rgb(249,205,117); }

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

background-color css

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

 a { background-color: rgb(249,205,117); }

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

border-color css

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

 span { border-color: rgb(249,205,117); }

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