Html Css Color HEX #FFCA65 Grandis

📋 copy color: '#FFCA65'

red 255 ◦ green 202 ◦ blue 101

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

Shades of Grandis #FFCA65

Tints of Grandis #FFCA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.1%

R = 45.7%
G = 36.2%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFCA65 (or 0xFFCA65) is known color: Grandis. HEX triplet: FF, CA and 65. RGB value is (255,202,101). Sum of RGB (Red+Green+Blue) = 255+202+101=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA65 is #00359A. Grayscale: #CECECE. Windows color (decimal): -13723 or 6671103. OLE color: 6671103.

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

Color convert

RGB 255 202 101 -
CMYK 0 0.21 0.60 0
HSL 39.35º 1% 0.7% -
HSV(B) 39.35º 0.6% 1% -
XYZ 64.71 64.44 21.34 -
YUV 206.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 255 202 101 0 0.21 0.60 0 39.35 1 0.7
Hex FF CA 65 0 15 3C 0 27 64 46
Octal 377 312 145 0 25 74 0 47 144 106
Binary 11111111 11001010 1100101 0 10101 111100 0 100111 1100100 1000110

Color Harmonies of #FFCA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA65

Black with #FFCA65

Text Example


Text Example

White with #FFCA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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