Html Css Color HEX #FFCA71 Grandis

📋 copy color: '#FFCA71'

red 255 ◦ green 202 ◦ blue 113

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

Shades of Grandis #FFCA71

Tints of Grandis #FFCA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.82%

R = 44.74%
G = 35.44%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFCA71 (or 0xFFCA71) is known color: Grandis. HEX triplet: FF, CA and 71. RGB value is (255,202,113). Sum of RGB (Red+Green+Blue) = 255+202+113=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA71 is #00358E. Grayscale: #D0D0D0. Windows color (decimal): -13711 or 7457535. OLE color: 7457535.

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

Color convert

RGB 255 202 113 -
CMYK 0 0.21 0.56 0
HSL 37.61º 1% 0.72% -
HSV(B) 37.61º 0.56% 1% -
XYZ 65.34 64.69 24.67 -
YUV 207.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 255 202 113 0 0.21 0.56 0 37.61 1 0.72
Hex FF CA 71 0 15 38 0 26 64 48
Octal 377 312 161 0 25 70 0 46 144 110
Binary 11111111 11001010 1110001 0 10101 111000 0 100110 1100100 1001000

Color Harmonies of #FFCA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA71

Black with #FFCA71

Text Example


Text Example

White with #FFCA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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