Html Css Color HEX #FFCE75 Grandis

📋 copy color: '#FFCE75'

red 255 ◦ green 206 ◦ blue 117

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

Shades of Grandis #FFCE75

Tints of Grandis #FFCE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.24%

R = 44.12%
G = 35.64%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFCE75 (or 0xFFCE75) is known color: Grandis. HEX triplet: FF, CE and 75. RGB value is (255,206,117). Sum of RGB (Red+Green+Blue) = 255+206+117=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE75 is #00318A. Grayscale: #D2D2D2. Windows color (decimal): -12683 or 7720703. OLE color: 7720703.

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

Color convert

RGB 255 206 117 -
CMYK 0 0.19 0.54 0
HSL 38.7º 1% 0.73% -
HSV(B) 38.7º 0.54% 1% -
XYZ 66.52 66.69 26.2 -
YUV 210.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 255 206 117 0 0.19 0.54 0 38.7 1 0.73
Hex FF CE 75 0 13 36 0 27 64 49
Octal 377 316 165 0 23 66 0 47 144 111
Binary 11111111 11001110 1110101 0 10011 110110 0 100111 1100100 1001001

Color Harmonies of #FFCE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE75

Black with #FFCE75

Text Example


Text Example

White with #FFCE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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