Html Css Color HEX #FFF302 Yellow

📋 copy color: '#FFF302'

red 255 ◦ green 243 ◦ blue 2

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

Shades of Yellow #FFF302

Tints of Yellow #FFF302

RGB

 RED value IS 255 (100% from 255) = 51%

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 51%
G = 48.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFF302 (or 0xFFF302) is known color: Yellow. HEX triplet: FF, F3 and 02. RGB value is (255,243,2). Sum of RGB (Red+Green+Blue) = 255+243+2=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 2 (1.17% from 255 or 0.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF302 is #000CFD. Grayscale: #DCDCDC. Windows color (decimal): -3326 or 193535. OLE color: 193535.

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

Color convert

RGB 255 243 2 -
CMYK 0 0.05 0.99 0
HSL 57.15º 1% 0.5% -
HSV(B) 57.15º 0.99% 1% -
XYZ 73.3 85.37 12.67 -
YUV 219.11 5.48 153.6 -
System Red Green Blue C M Y K H S L
Decimal 255 243 2 0 0.05 0.99 0 57.15 1 0.5
Hex FF F3 2 0 5 63 0 39 64 32
Octal 377 363 2 0 5 143 0 71 144 62
Binary 11111111 11110011 10 0 101 1100011 0 111001 1100100 110010

Color Harmonies of #FFF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF302

Black with #FFF302

Text Example


Text Example

White with #FFF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF302; }

 p { color: rgb(255,243,2); }

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

background-color css

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

 a { background-color: rgb(255,243,2); }

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

border-color css

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

 span { border-color: rgb(255,243,2); }

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