Html Css Color HEX #FFA33C Lightning Yellow

📋 copy color: '#FFA33C'

red 255 ◦ green 163 ◦ blue 60

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

Shades of Lightning Yellow #FFA33C

Tints of Lightning Yellow #FFA33C

RGB

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

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

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

R = 53.35%
G = 34.1%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFA33C (or 0xFFA33C) is known color: Lightning Yellow. HEX triplet: FF, A3 and 3C. RGB value is (255,163,60). Sum of RGB (Red+Green+Blue) = 255+163+60=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA33C is #005CC3. Grayscale: #B3B3B3. Windows color (decimal): -23748 or 3974143. OLE color: 3974143.

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

Color convert

RGB 255 163 60 -
CMYK 0 0.36 0.76 0
HSL 31.69º 1% 0.62% -
HSV(B) 31.69º 0.76% 1% -
XYZ 55.15 47.78 10.59 -
YUV 178.77 60.98 182.38 -
System Red Green Blue C M Y K H S L
Decimal 255 163 60 0 0.36 0.76 0 31.69 1 0.62
Hex FF A3 3C 0 24 4C 0 20 64 3E
Octal 377 243 74 0 44 114 0 40 144 76
Binary 11111111 10100011 111100 0 100100 1001100 0 100000 1100100 111110

Color Harmonies of #FFA33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA33C

Black with #FFA33C

Text Example


Text Example

White with #FFA33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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