Html Css Color HEX #FECB6A Grandis

📋 copy color: '#FECB6A'

red 254 ◦ green 203 ◦ blue 106

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

Shades of Grandis #FECB6A

Tints of Grandis #FECB6A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.06%

 BLUE value IS 106 (41.8% from 255) = 18.83%

R = 45.12%
G = 36.06%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FECB6A (or 0xFECB6A) is known color: Grandis. HEX triplet: FE, CB and 6A. RGB value is (254,203,106). Sum of RGB (Red+Green+Blue) = 254+203+106=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB6A is #013495. Grayscale: #CFCFCF. Windows color (decimal): -78998 or 6999038. OLE color: 6999038.

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

Color convert

RGB 254 203 106 -
CMYK 0 0.20 0.58 0.00
HSL 39.32º 0.99% 0.71% -
HSV(B) 39.32º 0.58% 1% -
XYZ 64.83 64.82 22.73 -
YUV 207.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 254 203 106 0 0.20 0.58 0.00 39.32 0.99 0.71
Hex FE CB 6A 0 14 3A 0 27 63 47
Octal 376 313 152 0 24 72 0 47 143 107
Binary 11111110 11001011 1101010 0 10100 111010 0 100111 1100011 1000111

Color Harmonies of #FECB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB6A

Black with #FECB6A

Text Example


Text Example

White with #FECB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB6A; }

 p { color: rgb(254,203,106); }

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

background-color css

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

 a { background-color: rgb(254,203,106); }

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

border-color css

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

 span { border-color: rgb(254,203,106); }

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