Html Css Color HEX #FFCE70 Grandis

📋 copy color: '#FFCE70'

red 255 ◦ green 206 ◦ blue 112

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

Shades of Grandis #FFCE70

Tints of Grandis #FFCE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.95%

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

R = 44.5%
G = 35.95%
B = 19.55%

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

#FFCE70 (or 0xFFCE70) is known color: Grandis. HEX triplet: FF, CE and 70. RGB value is (255,206,112). Sum of RGB (Red+Green+Blue) = 255+206+112=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE70 is #00318F. Grayscale: #D2D2D2. Windows color (decimal): -12688 or 7393023. OLE color: 7393023.

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

Color convert

RGB 255 206 112 -
CMYK 0 0.19 0.56 0
HSL 39.44º 1% 0.72% -
HSV(B) 39.44º 0.56% 1% -
XYZ 66.24 66.57 24.69 -
YUV 209.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 255 206 112 0 0.19 0.56 0 39.44 1 0.72
Hex FF CE 70 0 13 38 0 27 64 48
Octal 377 316 160 0 23 70 0 47 144 110
Binary 11111111 11001110 1110000 0 10011 111000 0 100111 1100100 1001000

Color Harmonies of #FFCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE70

Black with #FFCE70

Text Example


Text Example

White with #FFCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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