Html Css Color HEX #FECF3D Sunglow

📋 copy color: '#FECF3D'

red 254 ◦ green 207 ◦ blue 61

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

Shades of Sunglow #FECF3D

Tints of Sunglow #FECF3D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

 BLUE value IS 61 (24.22% from 255) = 11.69%

R = 48.66%
G = 39.66%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FECF3D (or 0xFECF3D) is known color: Sunglow. HEX triplet: FE, CF and 3D. RGB value is (254,207,61). Sum of RGB (Red+Green+Blue) = 254+207+61=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF3D is #0130C2. Grayscale: #CDCDCD. Windows color (decimal): -78019 or 4050942. OLE color: 4050942.

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

Color convert

RGB 254 207 61 -
CMYK 0 0.19 0.76 0.00
HSL 45.39º 0.99% 0.62% -
HSV(B) 45.39º 0.76% 1% -
XYZ 64.03 66.03 13.79 -
YUV 204.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 254 207 61 0 0.19 0.76 0.00 45.39 0.99 0.62
Hex FE CF 3D 0 13 4C 0 2D 63 3E
Octal 376 317 75 0 23 114 0 55 143 76
Binary 11111110 11001111 111101 0 10011 1001100 0 101101 1100011 111110

Color Harmonies of #FECF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF3D

Black with #FECF3D

Text Example


Text Example

White with #FECF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF3D; }

 p { color: rgb(254,207,61); }

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

background-color css

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

 a { background-color: rgb(254,207,61); }

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

border-color css

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

 span { border-color: rgb(254,207,61); }

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