Html Css Color HEX #FECE2F Sunglow

📋 copy color: '#FECE2F'

red 254 ◦ green 206 ◦ blue 47

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

Shades of Sunglow #FECE2F

Tints of Sunglow #FECE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.27%

R = 50.1%
G = 40.63%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FECE2F (or 0xFECE2F) is known color: Sunglow. HEX triplet: FE, CE and 2F. RGB value is (254,206,47). Sum of RGB (Red+Green+Blue) = 254+206+47=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECE2F is #0131D0. Grayscale: #CACACA. Windows color (decimal): -78289 or 3133182. OLE color: 3133182.

HSL color Cylindrical-coordinate representation of color #FECE2F: hue angle of 46.09º 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 #FECE2F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 206 47 -
CMYK 0 0.19 0.81 0.00
HSL 46.09º 0.99% 0.59% -
HSV(B) 46.09º 0.81% 1% -
XYZ 63.46 65.42 11.97 -
YUV 202.23 40.4 164.93 -
System Red Green Blue C M Y K H S L
Decimal 254 206 47 0 0.19 0.81 0.00 46.09 0.99 0.59
Hex FE CE 2F 0 13 51 0 2E 63 3B
Octal 376 316 57 0 23 121 0 56 143 73
Binary 11111110 11001110 101111 0 10011 1010001 0 101110 1100011 111011

Color Harmonies of #FECE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE2F

Black with #FECE2F

Text Example


Text Example

White with #FECE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE2F; }

 p { color: rgb(254,206,47); }

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

background-color css

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

 a { background-color: rgb(254,206,47); }

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

border-color css

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

 span { border-color: rgb(254,206,47); }

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