Html Css Color HEX #F3F000 Yellow

📋 copy color: '#F3F000'

red 243 ◦ green 240 ◦ blue 0

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

Shades of Yellow #F3F000

Tints of Yellow #F3F000

RGB

 RED value IS 243 (95.31% from 255) = 50.31%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.31%
G = 49.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F3F000 (or 0xF3F000) is known color: Yellow. HEX triplet: F3, F0 and 00. RGB value is (243,240,0). Sum of RGB (Red+Green+Blue) = 243+240+0=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F000 is #0C0FFF. Grayscale: #D6D6D6. Windows color (decimal): -790528 or 61683. OLE color: 61683.

HSL color Cylindrical-coordinate representation of color #F3F000: hue angle of 59.26º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3F000 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 240 0 -
CMYK 0 0.01 1 0.05
HSL 59.26º 1% 0.48% -
HSV(B) 59.26º 1% 0.95% -
XYZ 68.12 81.37 12.12 -
YUV 213.54 7.49 149.01 -
System Red Green Blue C M Y K H S L
Decimal 243 240 0 0 0.01 1 0.05 59.26 1 0.48
Hex F3 F0 0 0 1 64 5 3B 64 30
Octal 363 360 0 0 1 144 5 73 144 60
Binary 11110011 11110000 0 0 1 1100100 101 111011 1100100 110000

Color Harmonies of #F3F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F000

Black with #F3F000

Text Example


Text Example

White with #F3F000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F000; }

 p { color: rgb(243,240,0); }

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

background-color css

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

 a { background-color: rgb(243,240,0); }

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

border-color css

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

 span { border-color: rgb(243,240,0); }

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