Html Css Color HEX #FED570 Grandis

📋 copy color: '#FED570'

red 254 ◦ green 213 ◦ blue 112

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

Shades of Grandis #FED570

Tints of Grandis #FED570

RGB

 RED value IS 254 (99.61% from 255) = 43.87%

 GREEN value IS 213 (83.59% from 255) = 36.79%

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

R = 43.87%
G = 36.79%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FED570 (or 0xFED570) is known color: Grandis. HEX triplet: FE, D5 and 70. RGB value is (254,213,112). Sum of RGB (Red+Green+Blue) = 254+213+112=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FED570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED570 is #012A8F. Grayscale: #D6D6D6. Windows color (decimal): -76432 or 7394814. OLE color: 7394814.

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

Color convert

RGB 254 213 112 -
CMYK 0 0.16 0.56 0.00
HSL 42.68º 0.99% 0.72% -
HSV(B) 42.68º 0.56% 1% -
XYZ 67.59 69.83 25.25 -
YUV 213.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 254 213 112 0 0.16 0.56 0.00 42.68 0.99 0.72
Hex FE D5 70 0 10 38 0 2B 63 48
Octal 376 325 160 0 20 70 0 53 143 110
Binary 11111110 11010101 1110000 0 10000 111000 0 101011 1100011 1001000

Color Harmonies of #FED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED570

Black with #FED570

Text Example


Text Example

White with #FED570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED570; }

 p { color: rgb(254,213,112); }

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

background-color css

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

 a { background-color: rgb(254,213,112); }

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

border-color css

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

 span { border-color: rgb(254,213,112); }

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