Html Css Color HEX #FDB42F Supernova

📋 copy color: '#FDB42F'

red 253 ◦ green 180 ◦ blue 47

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

Shades of Supernova #FDB42F

Tints of Supernova #FDB42F

RGB

 RED value IS 253 (99.22% from 255) = 52.71%

 GREEN value IS 180 (70.7% from 255) = 37.5%

 BLUE value IS 47 (18.75% from 255) = 9.79%

R = 52.71%
G = 37.5%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDB42F (or 0xFDB42F) is known color: Supernova. HEX triplet: FD, B4 and 2F. RGB value is (253,180,47). Sum of RGB (Red+Green+Blue) = 253+180+47=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB42F is #024BD0. Grayscale: #BBBBBB. Windows color (decimal): -150481 or 3126525. OLE color: 3126525.

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

Color convert

RGB 253 180 47 -
CMYK 0 0.29 0.81 0.01
HSL 38.74º 0.98% 0.59% -
HSV(B) 38.74º 0.81% 0.99% -
XYZ 57.34 53.73 10.04 -
YUV 186.67 49.18 175.31 -
System Red Green Blue C M Y K H S L
Decimal 253 180 47 0 0.29 0.81 0.01 38.74 0.98 0.59
Hex FD B4 2F 0 1D 51 1 27 62 3B
Octal 375 264 57 0 35 121 1 47 142 73
Binary 11111101 10110100 101111 0 11101 1010001 1 100111 1100010 111011

Color Harmonies of #FDB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB42F

Black with #FDB42F

Text Example


Text Example

White with #FDB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB42F; }

 p { color: rgb(253,180,47); }

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

background-color css

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

 a { background-color: rgb(253,180,47); }

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

border-color css

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

 span { border-color: rgb(253,180,47); }

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