Html Css Color HEX #FFCA75 Chardonnay

📋 copy color: '#FFCA75'

red 255 ◦ green 202 ◦ blue 117

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

Shades of Chardonnay #FFCA75

Tints of Chardonnay #FFCA75

RGB

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

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

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

R = 44.43%
G = 35.19%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFCA75 (or 0xFFCA75) is known color: Chardonnay. HEX triplet: FF, CA and 75. RGB value is (255,202,117). Sum of RGB (Red+Green+Blue) = 255+202+117=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA75 is #00358A. Grayscale: #D0D0D0. Windows color (decimal): -13707 or 7719679. OLE color: 7719679.

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

Color convert

RGB 255 202 117 -
CMYK 0 0.21 0.54 0
HSL 36.96º 1% 0.73% -
HSV(B) 36.96º 0.54% 1% -
XYZ 65.57 64.79 25.88 -
YUV 208.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 255 202 117 0 0.21 0.54 0 36.96 1 0.73
Hex FF CA 75 0 15 36 0 25 64 49
Octal 377 312 165 0 25 66 0 45 144 111
Binary 11111111 11001010 1110101 0 10101 110110 0 100101 1100100 1001001

Color Harmonies of #FFCA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA75

Black with #FFCA75

Text Example


Text Example

White with #FFCA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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