Html Css Color HEX #FFCA74 Grandis

📋 copy color: '#FFCA74'

red 255 ◦ green 202 ◦ blue 116

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

Shades of Grandis #FFCA74

Tints of Grandis #FFCA74

RGB

 RED value IS 255 (100% from 255) = 44.5%

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

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

R = 44.5%
G = 35.25%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFCA74 (or 0xFFCA74) is known color: Grandis. HEX triplet: FF, CA and 74. RGB value is (255,202,116). Sum of RGB (Red+Green+Blue) = 255+202+116=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA74 is #00358B. Grayscale: #D0D0D0. Windows color (decimal): -13708 or 7654143. OLE color: 7654143.

HSL color Cylindrical-coordinate representation of color #FFCA74: hue angle of 37.12º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCA74 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 116 -
CMYK 0 0.21 0.55 0
HSL 37.12º 1% 0.73% -
HSV(B) 37.12º 0.55% 1% -
XYZ 65.51 64.76 25.57 -
YUV 208.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 255 202 116 0 0.21 0.55 0 37.12 1 0.73
Hex FF CA 74 0 15 37 0 25 64 49
Octal 377 312 164 0 25 67 0 45 144 111
Binary 11111111 11001010 1110100 0 10101 110111 0 100101 1100100 1001001

Color Harmonies of #FFCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA74

Black with #FFCA74

Text Example


Text Example

White with #FFCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA74; }

 p { color: rgb(255,202,116); }

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

background-color css

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

 a { background-color: rgb(255,202,116); }

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

border-color css

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

 span { border-color: rgb(255,202,116); }

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