Html Css Color HEX #FDF233 Gorse

📋 copy color: '#FDF233'

red 253 ◦ green 242 ◦ blue 51

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

Shades of Gorse #FDF233

Tints of Gorse #FDF233

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

 BLUE value IS 51 (20.31% from 255) = 9.34%

R = 46.34%
G = 44.32%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDF233 (or 0xFDF233) is known color: Gorse. HEX triplet: FD, F2 and 33. RGB value is (253,242,51). Sum of RGB (Red+Green+Blue) = 253+242+51=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 51 (20.31% from 255 or 9.34% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF233 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF233 is #020DCC. Grayscale: #E0E0E0. Windows color (decimal): -134605 or 3404541. OLE color: 3404541.

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

Color convert

RGB 253 242 51 -
CMYK 0 0.04 0.80 0.01
HSL 56.73º 0.98% 0.6% -
HSV(B) 56.73º 0.8% 0.99% -
XYZ 72.86 84.63 15.63 -
YUV 223.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 253 242 51 0 0.04 0.80 0.01 56.73 0.98 0.6
Hex FD F2 33 0 4 50 1 39 62 3C
Octal 375 362 63 0 4 120 1 71 142 74
Binary 11111101 11110010 110011 0 100 1010000 1 111001 1100010 111100

Color Harmonies of #FDF233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF233

Black with #FDF233

Text Example


Text Example

White with #FDF233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF233; }

 p { color: rgb(253,242,51); }

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

background-color css

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

 a { background-color: rgb(253,242,51); }

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

border-color css

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

 span { border-color: rgb(253,242,51); }

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