Html Css Color HEX #FFA238 Lightning Yellow

📋 copy color: '#FFA238'

red 255 ◦ green 162 ◦ blue 56

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

Shades of Lightning Yellow #FFA238

Tints of Lightning Yellow #FFA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.25%

 BLUE value IS 56 (22.27% from 255) = 11.84%

R = 53.91%
G = 34.25%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FFA238 (or 0xFFA238) is known color: Lightning Yellow. HEX triplet: FF, A2 and 38. RGB value is (255,162,56). Sum of RGB (Red+Green+Blue) = 255+162+56=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA238 is #005DC7. Grayscale: #B2B2B2. Windows color (decimal): -24008 or 3711743. OLE color: 3711743.

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

Color convert

RGB 255 162 56 -
CMYK 0 0.36 0.78 0
HSL 31.96º 1% 0.61% -
HSV(B) 31.96º 0.78% 1% -
XYZ 54.87 47.39 10 -
YUV 177.72 59.31 183.12 -
System Red Green Blue C M Y K H S L
Decimal 255 162 56 0 0.36 0.78 0 31.96 1 0.61
Hex FF A2 38 0 24 4E 0 20 64 3D
Octal 377 242 70 0 44 116 0 40 144 75
Binary 11111111 10100010 111000 0 100100 1001110 0 100000 1100100 111101

Color Harmonies of #FFA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA238

Black with #FFA238

Text Example


Text Example

White with #FFA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA238; }

 p { color: rgb(255,162,56); }

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

background-color css

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

 a { background-color: rgb(255,162,56); }

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

border-color css

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

 span { border-color: rgb(255,162,56); }

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