Html Css Color HEX #FED135 Sunglow

📋 copy color: '#FED135'

red 254 ◦ green 209 ◦ blue 53

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

Shades of Sunglow #FED135

Tints of Sunglow #FED135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.5%

 BLUE value IS 53 (21.09% from 255) = 10.27%

R = 49.22%
G = 40.5%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FED135 (or 0xFED135) is known color: Sunglow. HEX triplet: FE, D1 and 35. RGB value is (254,209,53). Sum of RGB (Red+Green+Blue) = 254+209+53=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED135 is #012ECA. Grayscale: #CDCDCD. Windows color (decimal): -77515 or 3527166. OLE color: 3527166.

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

Color convert

RGB 254 209 53 -
CMYK 0 0.18 0.79 0.00
HSL 46.57º 0.99% 0.6% -
HSV(B) 46.57º 0.79% 1% -
XYZ 64.32 66.93 12.9 -
YUV 204.67 42.41 163.18 -
System Red Green Blue C M Y K H S L
Decimal 254 209 53 0 0.18 0.79 0.00 46.57 0.99 0.6
Hex FE D1 35 0 12 4F 0 2F 63 3C
Octal 376 321 65 0 22 117 0 57 143 74
Binary 11111110 11010001 110101 0 10010 1001111 0 101111 1100011 111100

Color Harmonies of #FED135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED135

Black with #FED135

Text Example


Text Example

White with #FED135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED135; }

 p { color: rgb(254,209,53); }

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

background-color css

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

 a { background-color: rgb(254,209,53); }

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

border-color css

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

 span { border-color: rgb(254,209,53); }

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