Html Css Color HEX #FFA430 Lightning Yellow

📋 copy color: '#FFA430'

red 255 ◦ green 164 ◦ blue 48

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

Shades of Lightning Yellow #FFA430

Tints of Lightning Yellow #FFA430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.12%

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 54.6%
G = 35.12%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFA430 (or 0xFFA430) is known color: Lightning Yellow. HEX triplet: FF, A4 and 30. RGB value is (255,164,48). Sum of RGB (Red+Green+Blue) = 255+164+48=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA430 is #005BCF. Grayscale: #B2B2B2. Windows color (decimal): -23504 or 3187967. OLE color: 3187967.

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

Color convert

RGB 255 164 48 -
CMYK 0 0.36 0.81 0
HSL 33.62º 1% 0.59% -
HSV(B) 33.62º 0.81% 1% -
XYZ 55.05 48.02 9.16 -
YUV 177.99 54.65 182.93 -
System Red Green Blue C M Y K H S L
Decimal 255 164 48 0 0.36 0.81 0 33.62 1 0.59
Hex FF A4 30 0 24 51 0 22 64 3B
Octal 377 244 60 0 44 121 0 42 144 73
Binary 11111111 10100100 110000 0 100100 1010001 0 100010 1100100 111011

Color Harmonies of #FFA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA430

Black with #FFA430

Text Example


Text Example

White with #FFA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA430; }

 p { color: rgb(255,164,48); }

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

background-color css

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

 a { background-color: rgb(255,164,48); }

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

border-color css

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

 span { border-color: rgb(255,164,48); }

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