Html Css Color HEX #FECB2F Sunglow

📋 copy color: '#FECB2F'

red 254 ◦ green 203 ◦ blue 47

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

Shades of Sunglow #FECB2F

Tints of Sunglow #FECB2F

RGB

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

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

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

R = 50.4%
G = 40.28%
B = 9.33%

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

#FECB2F (or 0xFECB2F) is known color: Sunglow. HEX triplet: FE, CB and 2F. RGB value is (254,203,47). Sum of RGB (Red+Green+Blue) = 254+203+47=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 47 (18.75% from 255 or 9.33% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB2F is #0134D0. Grayscale: #C9C9C9. Windows color (decimal): -79057 or 3132414. OLE color: 3132414.

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

Color convert

RGB 254 203 47 -
CMYK 0 0.20 0.81 0.00
HSL 45.22º 0.99% 0.59% -
HSV(B) 45.22º 0.81% 1% -
XYZ 62.74 63.99 11.73 -
YUV 200.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 254 203 47 0 0.20 0.81 0.00 45.22 0.99 0.59
Hex FE CB 2F 0 14 51 0 2D 63 3B
Octal 376 313 57 0 24 121 0 55 143 73
Binary 11111110 11001011 101111 0 10100 1010001 0 101101 1100011 111011

Color Harmonies of #FECB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB2F

Black with #FECB2F

Text Example


Text Example

White with #FECB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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