Html Css Color HEX #FECA30 Sunglow

📋 copy color: '#FECA30'

red 254 ◦ green 202 ◦ blue 48

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

Shades of Sunglow #FECA30

Tints of Sunglow #FECA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.08%

 BLUE value IS 48 (19.14% from 255) = 9.52%

R = 50.4%
G = 40.08%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FECA30 (or 0xFECA30) is known color: Sunglow. HEX triplet: FE, CA and 30. RGB value is (254,202,48). Sum of RGB (Red+Green+Blue) = 254+202+48=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA30 is #0135CF. Grayscale: #C8C8C8. Windows color (decimal): -79312 or 3197694. OLE color: 3197694.

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

Color convert

RGB 254 202 48 -
CMYK 0 0.20 0.81 0.00
HSL 44.85º 0.99% 0.59% -
HSV(B) 44.85º 0.81% 1% -
XYZ 62.53 63.53 11.76 -
YUV 199.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 254 202 48 0 0.20 0.81 0.00 44.85 0.99 0.59
Hex FE CA 30 0 14 51 0 2D 63 3B
Octal 376 312 60 0 24 121 0 55 143 73
Binary 11111110 11001010 110000 0 10100 1010001 0 101101 1100011 111011

Color Harmonies of #FECA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA30

Black with #FECA30

Text Example


Text Example

White with #FECA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA30; }

 p { color: rgb(254,202,48); }

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

background-color css

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

 a { background-color: rgb(254,202,48); }

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

border-color css

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

 span { border-color: rgb(254,202,48); }

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