Html Css Color HEX #FEDF03 Golden Yellow

📋 copy color: '#FEDF03'

red 254 ◦ green 223 ◦ blue 3

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

Shades of Golden Yellow #FEDF03

Tints of Golden Yellow #FEDF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 52.92%
G = 46.46%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEDF03 (or 0xFEDF03) is known color: Golden Yellow. HEX triplet: FE, DF and 03. RGB value is (254,223,3). Sum of RGB (Red+Green+Blue) = 254+223+3=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 3 (1.56% from 255 or 0.62% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF03 is #0120FC. Grayscale: #D0D0D0. Windows color (decimal): -73981 or 253950. OLE color: 253950.

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

Color convert

RGB 254 223 3 -
CMYK 0 0.12 0.99 0.00
HSL 52.59º 0.99% 0.5% -
HSV(B) 52.59º 0.99% 1% -
XYZ 67.28 73.85 10.8 -
YUV 207.19 12.77 161.39 -
System Red Green Blue C M Y K H S L
Decimal 254 223 3 0 0.12 0.99 0.00 52.59 0.99 0.5
Hex FE DF 3 0 C 63 0 35 63 32
Octal 376 337 3 0 14 143 0 65 143 62
Binary 11111110 11011111 11 0 1100 1100011 0 110101 1100011 110010

Color Harmonies of #FEDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF03

Black with #FEDF03

Text Example


Text Example

White with #FEDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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