Html Css Color HEX #F2CA75 Grandis

📋 copy color: '#F2CA75'

red 242 ◦ green 202 ◦ blue 117

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

Shades of Grandis #F2CA75

Tints of Grandis #F2CA75

RGB

 RED value IS 242 (94.92% from 255) = 43.14%

 GREEN value IS 202 (79.3% from 255) = 36.01%

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

R = 43.14%
G = 36.01%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2CA75 (or 0xF2CA75) is known color: Grandis. HEX triplet: F2, CA and 75. RGB value is (242,202,117). Sum of RGB (Red+Green+Blue) = 242+202+117=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA75 is #0D358A. Grayscale: #CCCCCC. Windows color (decimal): -865675 or 7719666. OLE color: 7719666.

HSL color Cylindrical-coordinate representation of color #F2CA75: hue angle of 40.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2CA75 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 202 117 -
CMYK 0 0.17 0.52 0.05
HSL 40.8º 0.83% 0.7% -
HSV(B) 40.8º 0.52% 0.95% -
XYZ 60.95 62.4 25.66 -
YUV 204.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 242 202 117 0 0.17 0.52 0.05 40.8 0.83 0.7
Hex F2 CA 75 0 11 34 5 29 53 46
Octal 362 312 165 0 21 64 5 51 123 106
Binary 11110010 11001010 1110101 0 10001 110100 101 101001 1010011 1000110

Color Harmonies of #F2CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA75

Black with #F2CA75

Text Example


Text Example

White with #F2CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA75; }

 p { color: rgb(242,202,117); }

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

background-color css

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

 a { background-color: rgb(242,202,117); }

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

border-color css

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

 span { border-color: rgb(242,202,117); }

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