Html Css Color HEX #FFA730 Lightning Yellow

📋 copy color: '#FFA730'

red 255 ◦ green 167 ◦ blue 48

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

Shades of Lightning Yellow #FFA730

Tints of Lightning Yellow #FFA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

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

R = 54.26%
G = 35.53%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFA730 (or 0xFFA730) is known color: Lightning Yellow. HEX triplet: FF, A7 and 30. RGB value is (255,167,48). Sum of RGB (Red+Green+Blue) = 255+167+48=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA730 is #0058CF. Grayscale: #B4B4B4. Windows color (decimal): -22736 or 3188735. OLE color: 3188735.

HSL color Cylindrical-coordinate representation of color #FFA730: hue angle of 34.49º 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 #FFA730 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 48 -
CMYK 0 0.35 0.81 0
HSL 34.49º 1% 0.59% -
HSV(B) 34.49º 0.81% 1% -
XYZ 55.59 49.11 9.35 -
YUV 179.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 255 167 48 0 0.35 0.81 0 34.49 1 0.59
Hex FF A7 30 0 23 51 0 22 64 3B
Octal 377 247 60 0 43 121 0 42 144 73
Binary 11111111 10100111 110000 0 100011 1010001 0 100010 1100100 111011

Color Harmonies of #FFA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA730

Black with #FFA730

Text Example


Text Example

White with #FFA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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