Html Css Color HEX #FDF330 Gorse

📋 copy color: '#FDF330'

red 253 ◦ green 243 ◦ blue 48

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

Shades of Gorse #FDF330

Tints of Gorse #FDF330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

 BLUE value IS 48 (19.14% from 255) = 8.82%

R = 46.51%
G = 44.67%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDF330 (or 0xFDF330) is known color: Gorse. HEX triplet: FD, F3 and 30. RGB value is (253,243,48). Sum of RGB (Red+Green+Blue) = 253+243+48=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 48 (19.14% from 255 or 8.82% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF330 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF330 is #020CCF. Grayscale: #E0E0E0. Windows color (decimal): -134352 or 3208189. OLE color: 3208189.

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

Color convert

RGB 253 243 48 -
CMYK 0 0.04 0.81 0.01
HSL 57.07º 0.98% 0.59% -
HSV(B) 57.07º 0.81% 0.99% -
XYZ 73.09 85.2 15.39 -
YUV 223.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 253 243 48 0 0.04 0.81 0.01 57.07 0.98 0.59
Hex FD F3 30 0 4 51 1 39 62 3B
Octal 375 363 60 0 4 121 1 71 142 73
Binary 11111101 11110011 110000 0 100 1010001 1 111001 1100010 111011

Color Harmonies of #FDF330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF330

Black with #FDF330

Text Example


Text Example

White with #FDF330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF330; }

 p { color: rgb(253,243,48); }

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

background-color css

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

 a { background-color: rgb(253,243,48); }

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

border-color css

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

 span { border-color: rgb(253,243,48); }

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