Html Css Color HEX #FDF03B Gorse

📋 copy color: '#FDF03B'

red 253 ◦ green 240 ◦ blue 59

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

Shades of Gorse #FDF03B

Tints of Gorse #FDF03B

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

 GREEN value IS 240 (94.14% from 255) = 43.48%

 BLUE value IS 59 (23.44% from 255) = 10.69%

R = 45.83%
G = 43.48%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDF03B (or 0xFDF03B) is known color: Gorse. HEX triplet: FD, F0 and 3B. RGB value is (253,240,59). Sum of RGB (Red+Green+Blue) = 253+240+59=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 59 (23.44% from 255 or 10.69% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF03B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF03B is #020FC4. Grayscale: #DFDFDF. Windows color (decimal): -135109 or 3928317. OLE color: 3928317.

HSL color Cylindrical-coordinate representation of color #FDF03B: hue angle of 55.98º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF03B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 59 -
CMYK 0 0.05 0.77 0.01
HSL 55.98º 0.98% 0.61% -
HSV(B) 55.98º 0.77% 0.99% -
XYZ 72.46 83.52 16.44 -
YUV 223.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 253 240 59 0 0.05 0.77 0.01 55.98 0.98 0.61
Hex FD F0 3B 0 5 4D 1 38 62 3D
Octal 375 360 73 0 5 115 1 70 142 75
Binary 11111101 11110000 111011 0 101 1001101 1 111000 1100010 111101

Color Harmonies of #FDF03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF03B

Black with #FDF03B

Text Example


Text Example

White with #FDF03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF03B; }

 p { color: rgb(253,240,59); }

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

background-color css

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

 a { background-color: rgb(253,240,59); }

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

border-color css

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

 span { border-color: rgb(253,240,59); }

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