Html Css Color HEX #FEDF0A Golden Yellow

📋 copy color: '#FEDF0A'

red 254 ◦ green 223 ◦ blue 10

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

Shades of Golden Yellow #FEDF0A

Tints of Golden Yellow #FEDF0A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

 BLUE value IS 10 (4.3% from 255) = 2.05%

R = 52.16%
G = 45.79%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEDF0A (or 0xFEDF0A) is known color: Golden Yellow. HEX triplet: FE, DF and 0A. RGB value is (254,223,10). Sum of RGB (Red+Green+Blue) = 254+223+10=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 10 (4.30% from 255 or 2.05% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF0A is #0120F5. Grayscale: #D0D0D0. Windows color (decimal): -73974 or 712702. OLE color: 712702.

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

Color convert

RGB 254 223 10 -
CMYK 0 0.12 0.96 0.00
HSL 52.38º 0.99% 0.52% -
HSV(B) 52.38º 0.96% 1% -
XYZ 67.32 73.87 11 -
YUV 207.99 16.27 160.82 -
System Red Green Blue C M Y K H S L
Decimal 254 223 10 0 0.12 0.96 0.00 52.38 0.99 0.52
Hex FE DF A 0 C 60 0 34 63 34
Octal 376 337 12 0 14 140 0 64 143 64
Binary 11111110 11011111 1010 0 1100 1100000 0 110100 1100011 110100

Color Harmonies of #FEDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF0A

Black with #FEDF0A

Text Example


Text Example

White with #FEDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF0A; }

 p { color: rgb(254,223,10); }

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

background-color css

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

 a { background-color: rgb(254,223,10); }

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

border-color css

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

 span { border-color: rgb(254,223,10); }

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