Html Css Color HEX #F7AD2D Lightning Yellow

📋 copy color: '#F7AD2D'

red 247 ◦ green 173 ◦ blue 45

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

Shades of Lightning Yellow #F7AD2D

Tints of Lightning Yellow #F7AD2D

RGB

 RED value IS 247 (96.88% from 255) = 53.12%

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 53.12%
G = 37.2%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7AD2D (or 0xF7AD2D) is known color: Lightning Yellow. HEX triplet: F7, AD and 2D. RGB value is (247,173,45). Sum of RGB (Red+Green+Blue) = 247+173+45=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AD2D is #0852D2. Grayscale: #B5B5B5. Windows color (decimal): -545491 or 2993655. OLE color: 2993655.

HSL color Cylindrical-coordinate representation of color #F7AD2D: hue angle of 38.02º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7AD2D is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 45 -
CMYK 0 0.30 0.82 0.03
HSL 38.02º 0.93% 0.57% -
HSV(B) 38.02º 0.82% 0.97% -
XYZ 53.78 49.85 9.27 -
YUV 180.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 247 173 45 0 0.30 0.82 0.03 38.02 0.93 0.57
Hex F7 AD 2D 0 1E 52 3 26 5D 39
Octal 367 255 55 0 36 122 3 46 135 71
Binary 11110111 10101101 101101 0 11110 1010010 11 100110 1011101 111001

Color Harmonies of #F7AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AD2D

Black with #F7AD2D

Text Example


Text Example

White with #F7AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AD2D; }

 p { color: rgb(247,173,45); }

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

background-color css

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

 a { background-color: rgb(247,173,45); }

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

border-color css

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

 span { border-color: rgb(247,173,45); }

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