Html Css Color HEX #FAA63C Lightning Yellow

📋 copy color: '#FAA63C'

red 250 ◦ green 166 ◦ blue 60

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

Shades of Lightning Yellow #FAA63C

Tints of Lightning Yellow #FAA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

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

R = 52.52%
G = 34.87%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAA63C (or 0xFAA63C) is known color: Lightning Yellow. HEX triplet: FA, A6 and 3C. RGB value is (250,166,60). Sum of RGB (Red+Green+Blue) = 250+166+60=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA63C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA63C is #0559C3. Grayscale: #B3B3B3. Windows color (decimal): -350660 or 3974906. OLE color: 3974906.

HSL color Cylindrical-coordinate representation of color #FAA63C: hue angle of 33.47º 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 #FAA63C is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 60 -
CMYK 0 0.34 0.76 0.02
HSL 33.47º 0.95% 0.61% -
HSV(B) 33.47º 0.76% 0.98% -
XYZ 53.88 47.92 10.69 -
YUV 179.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 250 166 60 0 0.34 0.76 0.02 33.47 0.95 0.61
Hex FA A6 3C 0 22 4C 2 21 5F 3D
Octal 372 246 74 0 42 114 2 41 137 75
Binary 11111010 10100110 111100 0 100010 1001100 10 100001 1011111 111101

Color Harmonies of #FAA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA63C

Black with #FAA63C

Text Example


Text Example

White with #FAA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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