Html Css Color HEX #FFF30A Lemon

📋 copy color: '#FFF30A'

red 255 ◦ green 243 ◦ blue 10

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

Shades of Lemon #FFF30A

Tints of Lemon #FFF30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.97%

R = 50.2%
G = 47.83%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF30A (or 0xFFF30A) is known color: Lemon. HEX triplet: FF, F3 and 0A. RGB value is (255,243,10). Sum of RGB (Red+Green+Blue) = 255+243+10=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 10 (4.30% from 255 or 1.97% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF30A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF30A is #000CF5. Grayscale: #DCDCDC. Windows color (decimal): -3318 or 717823. OLE color: 717823.

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

Color convert

RGB 255 243 10 -
CMYK 0 0.05 0.96 0
HSL 57.06º 1% 0.52% -
HSV(B) 57.06º 0.96% 1% -
XYZ 73.35 85.38 12.9 -
YUV 220.03 9.48 152.95 -
System Red Green Blue C M Y K H S L
Decimal 255 243 10 0 0.05 0.96 0 57.06 1 0.52
Hex FF F3 A 0 5 60 0 39 64 34
Octal 377 363 12 0 5 140 0 71 144 64
Binary 11111111 11110011 1010 0 101 1100000 0 111001 1100100 110100

Color Harmonies of #FFF30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF30A

Black with #FFF30A

Text Example


Text Example

White with #FFF30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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