Html Css Color HEX #FFCF71 Grandis

📋 copy color: '#FFCF71'

red 255 ◦ green 207 ◦ blue 113

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

Shades of Grandis #FFCF71

Tints of Grandis #FFCF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36%

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

R = 44.35%
G = 36%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFCF71 (or 0xFFCF71) is known color: Grandis. HEX triplet: FF, CF and 71. RGB value is (255,207,113). Sum of RGB (Red+Green+Blue) = 255+207+113=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF71 is #00308E. Grayscale: #D3D3D3. Windows color (decimal): -12431 or 7458815. OLE color: 7458815.

HSL color Cylindrical-coordinate representation of color #FFCF71: hue angle of 39.72º 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 #FFCF71 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 207 113 -
CMYK 0 0.19 0.56 0
HSL 39.72º 1% 0.72% -
HSV(B) 39.72º 0.56% 1% -
XYZ 66.53 67.08 25.06 -
YUV 210.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 255 207 113 0 0.19 0.56 0 39.72 1 0.72
Hex FF CF 71 0 13 38 0 28 64 48
Octal 377 317 161 0 23 70 0 50 144 110
Binary 11111111 11001111 1110001 0 10011 111000 0 101000 1100100 1001000

Color Harmonies of #FFCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF71

Black with #FFCF71

Text Example


Text Example

White with #FFCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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