Html Css Color HEX #FAA33C Lightning Yellow

📋 copy color: '#FAA33C'

red 250 ◦ green 163 ◦ blue 60

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

Shades of Lightning Yellow #FAA33C

Tints of Lightning Yellow #FAA33C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.46%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 52.85%
G = 34.46%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAA33C (or 0xFAA33C) is known color: Lightning Yellow. HEX triplet: FA, A3 and 3C. RGB value is (250,163,60). Sum of RGB (Red+Green+Blue) = 250+163+60=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA33C is #055CC3. Grayscale: #B1B1B1. Windows color (decimal): -351428 or 3974138. OLE color: 3974138.

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

Color convert

RGB 250 163 60 -
CMYK 0 0.35 0.76 0.02
HSL 32.53º 0.95% 0.61% -
HSV(B) 32.53º 0.76% 0.98% -
XYZ 53.34 46.84 10.51 -
YUV 177.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 250 163 60 0 0.35 0.76 0.02 32.53 0.95 0.61
Hex FA A3 3C 0 23 4C 2 21 5F 3D
Octal 372 243 74 0 43 114 2 41 137 75
Binary 11111010 10100011 111100 0 100011 1001100 10 100001 1011111 111101

Color Harmonies of #FAA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA33C

Black with #FAA33C

Text Example


Text Example

White with #FAA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA33C; }

 p { color: rgb(250,163,60); }

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

background-color css

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

 a { background-color: rgb(250,163,60); }

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

border-color css

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

 span { border-color: rgb(250,163,60); }

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