Html Css Color HEX #C9DA1F Fuego

📋 copy color: '#C9DA1F'

red 201 ◦ green 218 ◦ blue 31

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

Shades of Fuego #C9DA1F

Tints of Fuego #C9DA1F

RGB

 RED value IS 201 (78.91% from 255) = 44.67%

 GREEN value IS 218 (85.55% from 255) = 48.44%

 BLUE value IS 31 (12.5% from 255) = 6.89%

R = 44.67%
G = 48.44%
B = 6.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#C9DA1F (or 0xC9DA1F) is known color: Fuego. HEX triplet: C9, DA and 1F. RGB value is (201,218,31). Sum of RGB (Red+Green+Blue) = 201+218+31=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA1F is #3625E0. Grayscale: #C0C0C0. Windows color (decimal): -3548641 or 2087625. OLE color: 2087625.

HSL color Cylindrical-coordinate representation of color #C9DA1F: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9DA1F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 31 -
CMYK 0.08 0 0.86 0.15
HSL 65.45º 0.75% 0.49% -
HSV(B) 65.45º 0.86% 0.85% -
XYZ 49.41 62.66 10.79 -
YUV 191.6 37.37 134.71 -
System Red Green Blue C M Y K H S L
Decimal 201 218 31 0.08 0 0.86 0.15 65.45 0.75 0.49
Hex C9 DA 1F 8 0 56 F 41 4B 31
Octal 311 332 37 10 0 126 17 101 113 61
Binary 11001001 11011010 11111 1000 0 1010110 1111 1000001 1001011 110001

Color Harmonies of #C9DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DA1F

Black with #C9DA1F

Text Example


Text Example

White with #C9DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DA1F; }

 p { color: rgb(201,218,31); }

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

background-color css

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

 a { background-color: rgb(201,218,31); }

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

border-color css

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

 span { border-color: rgb(201,218,31); }

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