Html Css Color HEX #FFCF70 Grandis

📋 copy color: '#FFCF70'

red 255 ◦ green 207 ◦ blue 112

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

Shades of Grandis #FFCF70

Tints of Grandis #FFCF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.51%

R = 44.43%
G = 36.06%
B = 19.51%

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

#FFCF70 (or 0xFFCF70) is known color: Grandis. HEX triplet: FF, CF and 70. RGB value is (255,207,112). Sum of RGB (Red+Green+Blue) = 255+207+112=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF70 is #00308F. Grayscale: #D2D2D2. Windows color (decimal): -12432 or 7393279. OLE color: 7393279.

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

Color convert

RGB 255 207 112 -
CMYK 0 0.19 0.56 0
HSL 39.86º 1% 0.72% -
HSV(B) 39.86º 0.56% 1% -
XYZ 66.48 67.06 24.77 -
YUV 210.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 255 207 112 0 0.19 0.56 0 39.86 1 0.72
Hex FF CF 70 0 13 38 0 28 64 48
Octal 377 317 160 0 23 70 0 50 144 110
Binary 11111111 11001111 1110000 0 10011 111000 0 101000 1100100 1001000

Color Harmonies of #FFCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF70

Black with #FFCF70

Text Example


Text Example

White with #FFCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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