Html Css Color HEX #FADF34 Gorse

📋 copy color: '#FADF34'

red 250 ◦ green 223 ◦ blue 52

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

Shades of Gorse #FADF34

Tints of Gorse #FADF34

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

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

 BLUE value IS 52 (20.7% from 255) = 9.9%

R = 47.62%
G = 42.48%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FADF34 (or 0xFADF34) is known color: Gorse. HEX triplet: FA, DF and 34. RGB value is (250,223,52). Sum of RGB (Red+Green+Blue) = 250+223+52=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF34 is #0520CB. Grayscale: #D4D4D4. Windows color (decimal): -336076 or 3465210. OLE color: 3465210.

HSL color Cylindrical-coordinate representation of color #FADF34: hue angle of 51.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FADF34 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 52 -
CMYK 0 0.11 0.79 0.02
HSL 51.82º 0.95% 0.59% -
HSV(B) 51.82º 0.79% 0.98% -
XYZ 66.43 73.35 13.9 -
YUV 211.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 250 223 52 0 0.11 0.79 0.02 51.82 0.95 0.59
Hex FA DF 34 0 B 4F 2 34 5F 3B
Octal 372 337 64 0 13 117 2 64 137 73
Binary 11111010 11011111 110100 0 1011 1001111 10 110100 1011111 111011

Color Harmonies of #FADF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF34

Black with #FADF34

Text Example


Text Example

White with #FADF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF34; }

 p { color: rgb(250,223,52); }

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

background-color css

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

 a { background-color: rgb(250,223,52); }

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

border-color css

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

 span { border-color: rgb(250,223,52); }

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