Html Css Color HEX #FEA64B Sunshade

📋 copy color: '#FEA64B'

red 254 ◦ green 166 ◦ blue 75

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

Shades of Sunshade #FEA64B

Tints of Sunshade #FEA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.54%

 BLUE value IS 75 (29.69% from 255) = 15.15%

R = 51.31%
G = 33.54%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEA64B (or 0xFEA64B) is known color: Sunshade. HEX triplet: FE, A6 and 4B. RGB value is (254,166,75). Sum of RGB (Red+Green+Blue) = 254+166+75=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA64B is #0159B4. Grayscale: #B6B6B6. Windows color (decimal): -88501 or 4957950. OLE color: 4957950.

HSL color Cylindrical-coordinate representation of color #FEA64B: hue angle of 30.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEA64B is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 75 -
CMYK 0 0.35 0.70 0.00
HSL 30.5º 0.99% 0.65% -
HSV(B) 30.5º 0.7% 1% -
XYZ 55.78 48.85 13.15 -
YUV 181.94 67.65 179.4 -
System Red Green Blue C M Y K H S L
Decimal 254 166 75 0 0.35 0.70 0.00 30.5 0.99 0.65
Hex FE A6 4B 0 23 46 0 1F 63 41
Octal 376 246 113 0 43 106 0 37 143 101
Binary 11111110 10100110 1001011 0 100011 1000110 0 11111 1100011 1000001

Color Harmonies of #FEA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA64B

Black with #FEA64B

Text Example


Text Example

White with #FEA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA64B; }

 p { color: rgb(254,166,75); }

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

background-color css

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

 a { background-color: rgb(254,166,75); }

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

border-color css

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

 span { border-color: rgb(254,166,75); }

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